home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2000 July / Macworld CD 17.07.iso / Data / Shareware / Internet / Style Master 1.5.1.sea / Style Master 1.5.1 ppc / sm_manual / sm_manual.css < prev    next >
Encoding:
Cascading Style Sheet File  |  1999-09-20  |  2.6 KB  |  169 lines  |  [TEXT/WCSS]

  1. /* Created using Style Master from Western Civilisation CSS1 { 110 282 451 409 } */
  2. /* basic window elements */
  3.  
  4. .tutorial
  5. {}
  6.  
  7. BODY
  8. {background-color: #ffffcc;
  9. font-family: verdana, helvetica, sans-serif;
  10. margin-left: 10%;
  11. text-align: justify}
  12.  
  13. H1, H2, H3, H4, H5, H6
  14. {background-color: #cccc66;
  15. clear: both;
  16. color: white;
  17. font-family: verdana, helvetica, geneva, sans-serif;
  18. text-align: left}
  19.  
  20. H1
  21. {font-size: 1.5em;
  22. font-style: italic;
  23. margin-left: -8%;
  24. text-align: right}
  25.  
  26. H2
  27. {font-size: 1.4em;
  28. margin-left: -8%;
  29. width: 92%}
  30.  
  31. H3
  32. {font-size: 1.3em;
  33. margin-left: -6%}
  34.  
  35. H4
  36. {font-size: 1.2em;
  37. margin-left: -4%}
  38.  
  39. H5
  40. {font-size: 1.1em;
  41. margin-left: -2%}
  42.  
  43. EM
  44. {font-weight: bold}
  45.  
  46. CODE
  47. {font-family: courier, monaco, monospace}
  48.  
  49. /* manual elements */
  50.  
  51. .menu
  52. {background-repeat: no-repeat;
  53. color: black;
  54. font-family: charcoal, chicago, arial, sans-serif;
  55. font-size: 1em;
  56. font-weight: normal;
  57. vertical-align: middle}
  58.  
  59. .button
  60. {background-repeat: no-repeat;
  61. color: black;
  62. font-family: charcoal, chicago, arial, sans-serif;
  63. font-size: 1em;
  64. font-weight: normal;
  65. vertical-align: middle}
  66.  
  67. A IMG
  68. {background-color: #ffffcc}
  69.  
  70. .instruction
  71. {font-family: courier, geneva, sans-serif;
  72. margin-left: 5%}
  73.  
  74. .instruction-intro
  75. {font-size: .9em;
  76. font-weight: bold;
  77. margin-left: 2%;
  78. text-align: left;
  79. text-decoration: underline}
  80.  
  81. .example
  82. {background-color: #ccffcc;
  83. color: black;
  84. margin-left: 20%}
  85.  
  86. .style-master
  87. {font-weight: bold}
  88.  
  89. .note
  90. {background-color: #ff8040;
  91. text-align: left}
  92.  
  93. /* link elements */
  94.  
  95. .help
  96. {background-color: #cc3333;
  97. color: white;
  98. font-family: verdana, helvetica, sans-serif;
  99. font-weight: 900;
  100. text-align: left}
  101.  
  102. A
  103. {background-color: #ffcccc;
  104. color: black;
  105. text-decoration: none}
  106.  
  107. A:link
  108. {background-color: #ffcccc;
  109. color: black;
  110. text-decoration: none}
  111.  
  112. A:visited
  113. {background-color: #ffcccc;
  114. color: black;
  115. text-decoration: none}
  116.  
  117. A:hover
  118. {background-color: #ffcccc;
  119. color: black;
  120. text-decoration: underline}
  121.  
  122. A.offsite:link
  123. {background-color: #99cccc;
  124. color: black;
  125. text-decoration: none}
  126.  
  127. A.offsite:hover
  128. {background-color: #9999cc;
  129. color: black;
  130. text-decoration: none}
  131.  
  132. A.onsite:link
  133. {background-color: #ffcc99;
  134. color: black;
  135. text-decoration: none}
  136.  
  137. A.onsite:hover
  138. {background-color: #ffcc66;
  139. color: black;
  140. text-decoration: none}
  141.  
  142. A.tutorial
  143. {background-color: #ceff63;
  144. color: black;
  145. text-decoration: none}
  146.  
  147. A.tutorial:link
  148. {background-color: #ceff63;
  149. color: black;
  150. text-decoration: none}
  151.  
  152. A.tutorial:hover
  153. {background-color: #ffff66;
  154. color: black;
  155. text-decoration: none}
  156.  
  157. /* Navigation */
  158.  
  159. .toolbar
  160. {text-align: center}
  161.  
  162. .TOC
  163. {background-color: white;
  164. border-color: black;
  165. border-style: solid;
  166. border-width: 1px}
  167.  
  168. .onsite
  169. {}